github.com/andybalholm/brotli.metaBlockSplit.command_histograms_size (field)
9 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L1316: buildAndStoreEntropyCodesCommand(command_enc, mb.command_histograms, mb.command_histograms_size, numCommandSymbols, tree, storage_ix, storage)
metablock.go#L27: command_histograms_size uint
metablock.go#L212: mb.command_histograms_size = mb.command_split.num_types
metablock.go#L213: if cap(mb.command_histograms) < int(mb.command_histograms_size) {
metablock.go#L214: mb.command_histograms = make([]histogramCommand, (mb.command_histograms_size))
metablock.go#L216: mb.command_histograms = mb.command_histograms[:mb.command_histograms_size]
metablock.go#L218: clearHistogramsCommand(mb.command_histograms, mb.command_histograms_size)
metablock.go#L508: initBlockSplitterCommand(&cmd_blocks, numCommandSymbols, 1024, 500.0, uint(len(commands)), &mb.command_split, &mb.command_histograms, &mb.command_histograms_size)
metablock.go#L567: for i = 0; i < mb.command_histograms_size; i++ {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |